relpath
authorPascal Packaging Team <pkg-pascal-devel@lists.alioth.debian.org>
Sat, 12 May 2018 00:36:01 +0000 (01:36 +0100)
committerPeter Michael Green <plugwash@debian.org>
Sat, 12 May 2018 00:36:01 +0000 (01:36 +0100)
commit63aca5457de9ff90f4d21809fae31aa05fc9defc
treeb35d37f360afd1cc8434fb66c3c81f4bf8d0be97
parent3d6ef372c436036e338ffa15133746d3abbd07df
relpath

This patch adds an utility for computing relative path according to a given
base directory. This is useful for libraries that are to install .lpk in
order to be used with lazarus. As these libraries may be compiled without
need to build depend on Lazarus, we add it in fp-utils package which is likely
to be used by any big project which build depends on fp-compiler.

Gbp-Pq: Name relpath.patch
fpcsrc/utils/fpmake.pp
fpcsrc/utils/relpath.pas [new file with mode: 0644]
install/man/man1/relpath.1 [new file with mode: 0644]